Created: 02 march, 2017
By: on3-step
Email / skype: desmon25@live.com
Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
This template using Bootstrap, Need localhost software and run it on localhost, All the information within main content is nested within a div with id- name "content-wrapper" for all file. If you need more information you can read Bootstrap documentation on this link
<div id="content-wrapper"> <!-- website --> <!-- content home -->
<section id="home"> <div class="overlay-main">
<div class="col-md-10 col-xs-11">
<!-- CONTENT HERE --> </div> </div> </section> <!-- content home end -->
<!-- content page --><section id="about"> <div class="container"> <div class="row">
<!-- CONTENT HERE --></div> </div> </section> <!-- content page end -->
</div> <!-- website end -->
You can change almost all styles from black-style.css file.
/* CSS Document */
/*
*
*
[Table of contents]
*
*
*
font-black / @import url
reset / html
general / body
space / .space-single
button-black / button
devider / .devider
section / section
no select / .noselect
wrapper / .content-wrapper
whitepage / .whitepage
preloader / .preloader
navigation / .navbar-default
subheader / #subheader
home / #home
background-img-black / .mainbg
yellow-black / .yellow-home
about / #service-about
service / .servicebg
projects / #projects-wrap
team / #team
contact / .contactbg
subscribe / #subwrap
address / .wrapaddres
footer / .footer
social-icons / .social-icons
totop / #totop
Blog & article / #content
Blog comment / #blog-comment
owl slider home / #owl-slider-home
general popup / .white-popup-block
*
*
*/
/* Jquery black.js
/* you can add and use animation in all element inside (not include popup ajax) example below */ class="onStep" add class onStep in every element tag for animation triger data-animation="fadeInUp" add class animation here from animated-black.css data-time=0 is delay of element inside in page */
$email_to = "desmonlatandos@gmail.com"; // change with your email
$name = $_POST['name'];
$email = $_POST['email'];
$subject = $_POST['subject'];
$message = $_POST['message'];
$headers = "From: $email\r\n";
$headers .= "Reply-To: $email\r\n";
if(mail($email_to, $subject, $message, $headers)){
echo "success";
}
else{
echo "failed";
}
open subscribe.php file change your mailchimp here:
MailChimp API Key Here
$api = new MCAPI('MailChimp API Key');
MailChimp List ID Here
$retval = $api->listSubscribe( 'MailChimp List ID' );
http://kb.mailchimp.com/accounts/management/about-api-keys#Finding-or-generating-your-API-key
Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. If you have a more general question relating to the template you might consider visiting the forums and asking your question in the "Item Discussion" section.
on3-step